'Fetch More' control type

Description

Specify if the 'Fetch More' button should be shown using a Button control, or a DIV.

A button is smaller than the container that it is in and has a smaller hit target.

images/more.png
A button control.

A div is an html tag. Selecting div here will turn the entire 'Fetch More' container into the 'Fetch More' control. Using a DIV gives your application a larger hit target, but might require additional styling to clarify the assumption that it is, in fact, a control.

images/div.png
A div